func runtime.getcallersp
26 uses
runtime (current package)
debugcall.go#L31: if sp := getcallersp(); !(getg().stack.lo < sp && sp <= getg().stack.hi) {
mprof.go#L784: sp := getcallersp()
mprof.go#L855: sp := getcallersp()
mprof.go#L897: sp := getcallersp()
mprof.go#L917: sp := getcallersp()
panic.go#L248: d.sp = getcallersp()
panic.go#L279: d.sp = getcallersp()
panic.go#L415: sp := getcallersp()
panic.go#L461: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L493: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L748: p.sp = unsafe.Pointer(getcallersp())
panic.go#L798: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L950: return getcallersp() + sys.MinFrameSize
panic.go#L1040: sp := getcallersp()
panic.go#L1067: sp := getcallersp()
proc.go#L1406: _g_.sched.sp = getcallersp()
proc.go#L1854: _g_.stack.hi = getcallersp() + 1024
proc.go#L1855: _g_.stack.lo = getcallersp() - 32*1024
proc.go#L3652: reentersyscall(getcallerpc(), getcallersp())
proc.go#L3696: sp := getcallersp()
proc.go#L3720: save(getcallerpc(), getcallersp())
proc.go#L3749: if getcallersp() > _g_.syscallsp {
signal_unix.go#L406: sp := getcallersp()
signal_unix.go#L469: g.m.gsignal.stktopsp = getcallersp()
stubs.go#L303: func getcallersp() uintptr // implemented as an intrinsic on all platforms
traceback.go#L898: sp := getcallersp()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)